Useful Terminal commands

List a running port

lsof -i 

Kill a PID

Kill -9 "process #"